video tag

video tag used to embed video into wed page.

three common formats- mp4,Ogg and WebM.

source tag- used to specify multiple resorces for video and audio

syntax - video src="URL" controls (close tag)

attributes of video tag

Src (URL) , autoplay , controls , hight(pixals) , width(pixals) loop (value), muted, poster(URL), preload(1.auto,2.metadata,3.none),




video attribute

source src="name.mp4" type="video/mp4 or ogg or webm "

source src="name.mp4" type="video/mp4 or ogg or webm"

source src="name.mp4" type="video/mp4 ogg or webm"

close the video tag

EXAMPLE